home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
HPAVC
/
HPAVC CD-ROM.iso
/
MVUPDAT3.ZIP
/
RAINBOW.ZIP
/
COLORS.ZIP
/
COLORS4.TXT
< prev
next >
Wrap
Text File
|
1996-04-13
|
387b
|
20 lines
Macro AutoOpen
Sub MAIN
On Error Goto ErrorRoutine
If macros.bDebug Then MsgBox "start AutoOpen"
macros.SavToGlobal(NomFichier$())
macros.objectiv
Goto Done
ErrorRoutine:
On Error Goto Done
If macros.bDebug Then
MsgBox "error " + Str$(Err) + " occurred"
End If
Done:
End Sub